@charset "utf-8";
.succesny * {
    padding: 0;
    margin: 0;
}

.succesny img {
    border: none
}

.succesny ul,
.succesny li {
    list-style: none
}

.succesny a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.succesny a:hover {
    text-decoration: underline;
}

.succesny .cl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.succesny .cl {
    zoom: 1
}

.successlunbo {
    width: 1300px;
}
/* sildes css begin */

.succesny .control {
    width: 928px;
    height: 500px;
    background: #282828;
    display: block;
    position: absolute;
    top: 0;
    left: 371px;
    overflow: hidden;
}

.succesny .change li {
    width: 928px;
    overflow: hidden;
    text-align: center
}
/* 图片垂直居中,不是很准确 */

.succesny .change li .imgWrap {
    display: table-cell;
    width: 928px;
    height: 500px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 500px;
}

.succesny .change li img {
    width: 928px;
    height: 500px;
    width: expression(this.width > 928 && this.width > this.height ? 500: true);
    height: expression(this.height >928 ? 500: true);
    vertical-align: middle;
    overflow: hidden;
}
/* 描述部分 */

.succesny .change li .textDesc {
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 4px;
    text-align: left;
    overflow: hidden;
    display: none;
}

.succesny .change li .opacity {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.succesny .change li .title {
    padding: 10px 15px 0;
    color: #e6e6e6;
    font-size: 14px;
    line-height: 22px;
}

.succesny .change li .title a {
    color: #e6e6e6;
}
/*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
/* 翻页按钮 */

.succesny .ssprev,
.succesny .ssnext {
    width: 58px;
    height: 58px;
    position: absolute;
    bottom: 300px;
    color: #FFF;
    font-size: 14px;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    background: url(/template/images/arrowsBt.png) no-repeat;
}

.succesny .ssprev span,
.succesny .ssnext span {
    display: none;
}
.succesny .ssprev {
    left: 0;
    bottom: 0;
    background-position-x: -58px;
}
.succesny .ssnext {
    left: 60px;
    bottom: 0;
    background-position-x: -116px;
}
/* 分页 */
.succesny .pageClass {
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 50px;
    padding-top: 10px;
}
.succesny .pageClass a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    overflow: hidden;
    border: 1px solid #bebebe;
    background: #bebebe;
    border-radius: 5px;
    outline: none
}
.succesny .pageClass a span {
    display: none
}
.succesny .pageClass a:hover,
.succesny .pageClass a.cur {
    border: 1px solid #be230a;
    background: #be230a
}
/* 缩图部分 */

.succesny .thumbWrap {
    width: 355px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.succesny .thumbWrap .thumbCont {
    height: 500px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 355px;
}
.succesny .thumbWrap ul li {
    /* height: 170px; */
    overflow: hidden;
    text-align: center;
    width: 355px;
    padding-bottom: 8px;
}
.succesny .thumbWrap ul li div {
    display: table-cell;
    width: 127px;
    height: 92px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 79px;
}
.succesny .thumbWrap ul li img {
    width: 353px;
    height: 160px;
    vertical-align: middle;
    overflow: hidden;
    border: 1px solid #fff;
}
.succesny .thumbWrap ul li.cur {
}
/* 缩图按钮 */
.succesny .thumbPrev,
.succesny .thumbNext {
    width: 355px;
    height: 28px;
    text-align: center;


    position: absolute;
    color: #000;
    z-index: 9;
    outline: none;
}
.succesny .thumbPrev span,
.succesny .thumbNext span {
    display: none;
}
.succesny .thumbPrev {
    left: 0;
    top: 0;
    background: url(/template/images/sprev.png) no-repeat center top;
    background-size: 100% 100%;
}
.succesny .thumbNext {
    left: 0;
    bottom: 0;
    background: url(/template/images/snext.png) no-repeat;
    background-size: 100% 100%;
}

.succesny .ssnext:hover {
    background-position-x: -174px;
}

.succesny .ssprev:hover {
    background-position-x: 0;
}

.succesny .thumbWrap ul li.cur img {
    border: 1px solid #e07200;
}